バージョン

BaseEditorWrapper<T,TOut> クラス

エディター MVC チェーン ヘルパーの基本クラス。
シンタックス
'宣言
 
Public MustInherit Class BaseEditorWrapper
    (Of T As {New, BaseEditorModel},
     TOut As BaseEditorWrapper(Of T,TOut)) 
   Inherits Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper(Of T,TOut)
public abstract class BaseEditorWrapper<T,TOut> : Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper<T,TOut> 
where T: new(), BaseEditorModel
where TOut: BaseEditorWrapper<T,TOut>
型パラメータ
T
BaseEditorModel から派生される使用する Model。
TOut
派生されたラッパー型と一致するチェーン メソッド型。
参照

オンラインで表示: GitHub